home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / hyper.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  302 b   |  12 lines

  1. global gControlSprite1, gControlSprite2, gControlSprite3
  2.  
  3. on mouseDown
  4.   set the visible of sprite gControlSprite1 to 0
  5.   set the visible of sprite gControlSprite2 to 0
  6.   set the visible of sprite gControlSprite3 to 0
  7.   go(the frame - 2)
  8.   repeat while the mouseDown
  9.     updateStage()
  10.   end repeat
  11. end
  12.